[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.GroupDataModel.Group

Group Method

Group(SortInfo[])

Groups the rows with the specified sort information.

Declaration
public void Group(SortInfo[] sortInfo)
Public Sub Group(sortInfo As SortInfo())
Parameters
Type Name Description
SortInfo[] sortInfo

Sort information

Group(SortInfo[], IComparer)

Groups the rows with the specified sort information and specified comparer.

Declaration
public void Group(SortInfo[] sortInfo, IComparer groupComparer)
Public Sub Group(sortInfo As SortInfo(), groupComparer As IComparer)
Parameters
Type Name Description
SortInfo[] sortInfo

Sort information

IComparer groupComparer

Comparer

Implements